1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmCATITEMADD_2
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmCATITEMADD_2))
26         Me.Panel1 = New System.Windows.Forms.Panel
27         Me.Label7 = New System.Windows.Forms.Label
28         Me.Label6 = New System.Windows.Forms.Label
29         Me.PictureBox1 = New System.Windows.Forms.PictureBox
30         Me.cmdcancel = New System.Windows.Forms.Button
31         Me.cmdSave = New System.Windows.Forms.Button
32         Me.GroupBox1 = New System.Windows.Forms.GroupBox
33         Me.cmbrand = New System.Windows.Forms.ComboBox
34         Me.Label10 = New System.Windows.Forms.Label
35         Me.cmbCategory = New System.Windows.Forms.ComboBox
36         Me.cmbUnit = New System.Windows.Forms.ComboBox
37         Me.Label9 = New System.Windows.Forms.Label
38         Me.txtprice = New System.Windows.Forms.TextBox
39         Me.Label8 = New System.Windows.Forms.Label
40         Me.txtreorder = New System.Windows.Forms.TextBox
41         Me.Label5 = New System.Windows.Forms.Label
42         Me.txtbarcode = New System.Windows.Forms.TextBox
43         Me.txtdesc = New System.Windows.Forms.TextBox
44         Me.Label4 = New System.Windows.Forms.Label
45         Me.Label3 = New System.Windows.Forms.Label
46         Me.txtname = New System.Windows.Forms.TextBox
47         Me.Label2 = New System.Windows.Forms.Label
48         Me.Label1 = New System.Windows.Forms.Label
49         Me.Panel1.SuspendLayout()
50         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
51         Me.GroupBox1.SuspendLayout()
52         Me.SuspendLayout()
53         
'
54         
'Panel1
55         
'
56         Me.Panel1.Controls.Add(Me.Label7)
57         Me.Panel1.Controls.Add(Me.Label6)
58         Me.Panel1.Controls.Add(Me.PictureBox1)
59         Me.Panel1.Location = New System.Drawing.Point(
2, 2)
60         Me.Panel1.Name =
"Panel1"
61         Me.Panel1.Size = New System.Drawing.Size(
260, 39)
62         Me.Panel1.TabIndex =
8
63         
'
64         
'Label7
65         
'
66         Me.Label7.AutoSize = True
67         Me.Label7.Location = New System.Drawing.Point(
53, 22)
68         Me.Label7.Name =
"Label7"
69         Me.Label7.Size = New System.Drawing.Size(
180, 13)
70         Me.Label7.TabIndex =
2
71         Me.Label7.Text =
"Add, View Current Stock Description"
72         
'
73         
'Label6
74         
'
75         Me.Label6.AutoSize = True
76         Me.Label6.Font = New System.Drawing.Font(
"Tahoma", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
77         Me.Label6.ForeColor = System.Drawing.SystemColors.Highlight
78         Me.Label6.Location = New System.Drawing.Point(
51, 3)
79         Me.Label6.Name =
"Label6"
80         Me.Label6.Size = New System.Drawing.Size(
145, 19)
81         Me.Label6.TabIndex =
1
82         Me.Label6.Text =
"Item Description"
83         
'
84         
'PictureBox1
85         
'
86         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
87         Me.PictureBox1.Location = New System.Drawing.Point(
3, 3)
88         Me.PictureBox1.Name =
"PictureBox1"
89         Me.PictureBox1.Size = New System.Drawing.Size(
44, 36)
90         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
91         Me.PictureBox1.TabIndex =
0
92         Me.PictureBox1.TabStop = False
93         
'
94         
'cmdcancel
95         
'
96         Me.cmdcancel.Location = New System.Drawing.Point(
253, 247)
97         Me.cmdcancel.Name =
"cmdcancel"
98         Me.cmdcancel.Size = New System.Drawing.Size(
59, 25)
99         Me.cmdcancel.TabIndex =
11
100         Me.cmdcancel.Text =
"&Cancel"
101         Me.cmdcancel.UseVisualStyleBackColor = True
102         
'
103         
'cmdSave
104         
'
105         Me.cmdSave.Location = New System.Drawing.Point(
188, 247)
106         Me.cmdSave.Name =
"cmdSave"
107         Me.cmdSave.Size = New System.Drawing.Size(
59, 25)
108         Me.cmdSave.TabIndex =
10
109         Me.cmdSave.Text =
"&Save"
110         Me.cmdSave.UseVisualStyleBackColor = True
111         
'
112         
'GroupBox1
113         
'
114         Me.GroupBox1.Controls.Add(Me.cmbrand)
115         Me.GroupBox1.Controls.Add(Me.Label10)
116         Me.GroupBox1.Controls.Add(Me.cmbCategory)
117         Me.GroupBox1.Controls.Add(Me.cmbUnit)
118         Me.GroupBox1.Controls.Add(Me.Label9)
119         Me.GroupBox1.Controls.Add(Me.txtprice)
120         Me.GroupBox1.Controls.Add(Me.Label8)
121         Me.GroupBox1.Controls.Add(Me.txtreorder)
122         Me.GroupBox1.Controls.Add(Me.Label5)
123         Me.GroupBox1.Controls.Add(Me.txtbarcode)
124         Me.GroupBox1.Controls.Add(Me.txtdesc)
125         Me.GroupBox1.Controls.Add(Me.Label4)
126         Me.GroupBox1.Controls.Add(Me.Label3)
127         Me.GroupBox1.Controls.Add(Me.txtname)
128         Me.GroupBox1.Controls.Add(Me.Label2)
129         Me.GroupBox1.Controls.Add(Me.Label1)
130         Me.GroupBox1.Location = New System.Drawing.Point(
4, 36)
131         Me.GroupBox1.Name =
"GroupBox1"
132         Me.GroupBox1.Size = New System.Drawing.Size(
318, 204)
133         Me.GroupBox1.TabIndex =
9
134         Me.GroupBox1.TabStop = False
135         
'
136         
'cmbrand
137         
'
138         Me.cmbrand.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
139         Me.cmbrand.FormattingEnabled = True
140         Me.cmbrand.Location = New System.Drawing.Point(
111, 20)
141         Me.cmbrand.Name =
"cmbrand"
142         Me.cmbrand.Size = New System.Drawing.Size(
197, 21)
143         Me.cmbrand.TabIndex =
105
144         
'
145         
'Label10
146         
'
147         Me.Label10.AutoSize = True
148         Me.Label10.Location = New System.Drawing.Point(
31, 28)
149         Me.Label10.Name =
"Label10"
150         Me.Label10.Size = New System.Drawing.Size(
74, 13)
151         Me.Label10.TabIndex =
105
152         Me.Label10.Text =
"Select Brand :"
153         
'
154         
'cmbCategory
155         
'
156         Me.cmbCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
157         Me.cmbCategory.FormattingEnabled = True
158         Me.cmbCategory.Location = New System.Drawing.Point(
111, 45)
159         Me.cmbCategory.Name =
"cmbCategory"
160         Me.cmbCategory.Size = New System.Drawing.Size(
197, 21)
161         Me.cmbCategory.TabIndex =
104
162         
'
163         
'cmbUnit
164         
'
165         Me.cmbUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
166         Me.cmbUnit.FormattingEnabled = True
167         Me.cmbUnit.Location = New System.Drawing.Point(
111, 133)
168         Me.cmbUnit.Name =
"cmbUnit"
169         Me.cmbUnit.Size = New System.Drawing.Size(
113, 21)
170         Me.cmbUnit.TabIndex =
4
171         
'
172         
'Label9
173         
'
174         Me.Label9.AutoSize = True
175         Me.Label9.Location = New System.Drawing.Point(
25, 136)
176         Me.Label9.Name =
"Label9"
177         Me.Label9.Size = New System.Drawing.Size(
80, 13)
178         Me.Label9.TabIndex =
103
179         Me.Label9.Text =
"Item Measure :"
180         
'
181         
'txtprice
182         
'
183         Me.txtprice.Location = New System.Drawing.Point(
111, 155)
184         Me.txtprice.MaxLength =
50
185         Me.txtprice.Name =
"txtprice"
186         Me.txtprice.Size = New System.Drawing.Size(
84, 21)
187         Me.txtprice.TabIndex =
5
188         
'
189         
'Label8
190         
'
191         Me.Label8.AutoSize = True
192         Me.Label8.Location = New System.Drawing.Point(
68, 158)
193         Me.Label8.Name =
"Label8"
194         Me.Label8.Size = New System.Drawing.Size(
37, 13)
195         Me.Label8.TabIndex =
102
196         Me.Label8.Text =
"Price :"
197         
'
198         
'txtreorder
199         
'
200         Me.txtreorder.Location = New System.Drawing.Point(
111, 177)
201         Me.txtreorder.MaxLength =
50
202         Me.txtreorder.Name =
"txtreorder"
203         Me.txtreorder.Size = New System.Drawing.Size(
83, 21)
204         Me.txtreorder.TabIndex =
6
205         
'
206         
'Label5
207         
'
208         Me.Label5.AutoSize = True
209         Me.Label5.Location = New System.Drawing.Point(
25, 180)
210         Me.Label5.Name =
"Label5"
211         Me.Label5.Size = New System.Drawing.Size(
80, 13)
212         Me.Label5.TabIndex =
101
213         Me.Label5.Text =
"Reorder Point :"
214         
'
215         
'txtbarcode
216         
'
217         Me.txtbarcode.Location = New System.Drawing.Point(
111, 111)
218         Me.txtbarcode.MaxLength =
13
219         Me.txtbarcode.Name =
"txtbarcode"
220         Me.txtbarcode.Size = New System.Drawing.Size(
197, 21)
221         Me.txtbarcode.TabIndex =
3
222         
'
223         
'txtdesc
224         
'
225         Me.txtdesc.Location = New System.Drawing.Point(
111, 89)
226         Me.txtdesc.MaxLength =
50
227         Me.txtdesc.Name =
"txtdesc"
228         Me.txtdesc.Size = New System.Drawing.Size(
197, 21)
229         Me.txtdesc.TabIndex =
2
230         
'
231         
'Label4
232         
'
233         Me.Label4.AutoSize = True
234         Me.Label4.Location = New System.Drawing.Point(
27, 114)
235         Me.Label4.Name =
"Label4"
236         Me.Label4.Size = New System.Drawing.Size(
78, 13)
237         Me.Label4.TabIndex =
6
238         Me.Label4.Text =
"Item Barcode :"
239         
'
240         
'Label3
241         
'
242         Me.Label3.AutoSize = True
243         Me.Label3.Location = New System.Drawing.Point(
29, 92)
244         Me.Label3.Name =
"Label3"
245         Me.Label3.Size = New System.Drawing.Size(
76, 13)
246         Me.Label3.TabIndex =
5
247         Me.Label3.Text =
"Item Number :"
248         
'
249         
'txtname
250         
'
251         Me.txtname.Location = New System.Drawing.Point(
111, 67)
252         Me.txtname.MaxLength =
50
253         Me.txtname.Name =
"txtname"
254         Me.txtname.Size = New System.Drawing.Size(
197, 21)
255         Me.txtname.TabIndex =
1
256         
'
257         
'Label2
258         
'
259         Me.Label2.AutoSize = True
260         Me.Label2.Location = New System.Drawing.Point(
39, 70)
261         Me.Label2.Name =
"Label2"
262         Me.Label2.Size = New System.Drawing.Size(
66, 13)
263         Me.Label2.TabIndex =
3
264         Me.Label2.Text =
"Item Name :"
265         
'
266         
'Label1
267         
'
268         Me.Label1.AutoSize = True
269         Me.Label1.Location = New System.Drawing.Point(
14, 48)
270         Me.Label1.Name =
"Label1"
271         Me.Label1.Size = New System.Drawing.Size(
91, 13)
272         Me.Label1.TabIndex =
1
273         Me.Label1.Text =
"Select Category :"
274         
'
275         
'FrmCATITEMADD_2
276         
'
277         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
278         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
279         Me.BackColor = System.Drawing.Color.WhiteSmoke
280         Me.ClientSize = New System.Drawing.Size(
326, 284)
281         Me.Controls.Add(Me.cmdcancel)
282         Me.Controls.Add(Me.cmdSave)
283         Me.Controls.Add(Me.GroupBox1)
284         Me.Controls.Add(Me.Panel1)
285         Me.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
286         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
287         Me.MaximizeBox = False
288         Me.MinimizeBox = False
289         Me.Name =
"FrmCATITEMADD_2"
290         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
291         Me.Text =
"Item"
292         Me.Panel1.ResumeLayout(False)
293         Me.Panel1.PerformLayout()
294         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
295         Me.GroupBox1.ResumeLayout(False)
296         Me.GroupBox1.PerformLayout()
297         Me.ResumeLayout(False)
298
299     End Sub
300     Friend WithEvents Panel1 As System.Windows.Forms.Panel
301     Friend WithEvents Label7 As System.Windows.Forms.Label
302     Friend WithEvents Label6 As System.Windows.Forms.Label
303     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
304     Friend WithEvents cmdcancel As System.Windows.Forms.Button
305     Friend WithEvents cmdSave As System.Windows.Forms.Button
306     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
307     Friend WithEvents cmbCategory As System.Windows.Forms.ComboBox
308     Friend WithEvents cmbUnit As System.Windows.Forms.ComboBox
309     Friend WithEvents Label9 As System.Windows.Forms.Label
310     Friend WithEvents txtprice As System.Windows.Forms.TextBox
311     Friend WithEvents Label8 As System.Windows.Forms.Label
312     Friend WithEvents txtreorder As System.Windows.Forms.TextBox
313     Friend WithEvents Label5 As System.Windows.Forms.Label
314     Friend WithEvents txtbarcode As System.Windows.Forms.TextBox
315     Friend WithEvents txtdesc As System.Windows.Forms.TextBox
316     Friend WithEvents Label4 As System.Windows.Forms.Label
317     Friend WithEvents Label3 As System.Windows.Forms.Label
318     Friend WithEvents txtname As System.Windows.Forms.TextBox
319     Friend WithEvents Label2 As System.Windows.Forms.Label
320     Friend WithEvents Label1 As System.Windows.Forms.Label
321     Friend WithEvents cmbrand As System.Windows.Forms.ComboBox
322     Friend WithEvents Label10 As System.Windows.Forms.Label
323 End Class


Gõ tìm kiếm nhanh...